home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / snoop < prev    next >
Text File  |  2001-04-06  |  573b  |  18 lines

  1. SYNOPSIS
  2.         object snoop(object snooper)
  3.         object snoop(object snooper, object snoopee)
  4.  
  5. DESCRIPTION
  6.         Starts a snoop from 'snooper' on 'snoopee', or if 'snoopee' is not
  7.         given, terminates any snoop from 'snooper'.
  8.  
  9.         Return 1 on success, -1 if a snooping loop would be caused, 0 for
  10.         any other failure.
  11.  
  12.         The snoop is checked with the master object for validity.
  13.         It will also fail if the 'snoopee' is being snooped already or
  14.         if a snoop would result in a recursive snoop action.
  15.  
  16. SEE ALSO
  17.         query_snoop(E)
  18.